swf_deprecate_workflow_type {paws.application.integration} | R Documentation |
Deprecates the specified workflow type
Description
Deprecates the specified workflow type. After a workflow type has been deprecated, you cannot create new executions of that type. Executions that were started before the type was deprecated continues to run. A deprecated workflow type may still be used when calling visibility actions.
See https://www.paws-r-sdk.com/docs/swf_deprecate_workflow_type/ for full documentation.
Usage
swf_deprecate_workflow_type(domain, workflowType)
Arguments
domain |
[required] The name of the domain in which the workflow type is registered. |
workflowType |
[required] The workflow type to deprecate. |
[Package paws.application.integration version 0.6.0 Index]