swf_describe_workflow_type {paws.application.integration} | R Documentation |
Returns information about the specified workflow type
Description
Returns information about the specified workflow type. This includes configuration settings specified when the type was registered and other information such as creation date, current status, etc.
See https://www.paws-r-sdk.com/docs/swf_describe_workflow_type/ for full documentation.
Usage
swf_describe_workflow_type(domain, workflowType)
Arguments
domain |
[required] The name of the domain in which this workflow type is registered. |
workflowType |
[required] The workflow type to describe. |
[Package paws.application.integration version 0.6.0 Index]