swf_undeprecate_workflow_type {paws.application.integration} | R Documentation |
Undeprecates a previously deprecated workflow type
Description
Undeprecates a previously deprecated workflow type. After a workflow type has been undeprecated, you can create new executions of that type.
See https://www.paws-r-sdk.com/docs/swf_undeprecate_workflow_type/ for full documentation.
Usage
swf_undeprecate_workflow_type(domain, workflowType)
Arguments
domain |
[required] The name of the domain of the deprecated workflow type. |
workflowType |
[required] The name of the domain of the deprecated workflow type. |
[Package paws.application.integration version 0.6.0 Index]