swf_describe_workflow_execution {paws.application.integration} | R Documentation |
Returns information about the specified workflow execution including its type and some statistics
Description
Returns information about the specified workflow execution including its type and some statistics.
See https://www.paws-r-sdk.com/docs/swf_describe_workflow_execution/ for full documentation.
Usage
swf_describe_workflow_execution(domain, execution)
Arguments
domain |
[required] The name of the domain containing the workflow execution. |
execution |
[required] The workflow execution to describe. |
[Package paws.application.integration version 0.6.0 Index]