swf_list_workflow_types {paws.application.integration} | R Documentation |
Returns information about workflow types in the specified domain
Description
Returns information about workflow types in the specified domain. The results may be split into multiple pages that can be retrieved by making the call repeatedly.
See https://www.paws-r-sdk.com/docs/swf_list_workflow_types/ for full documentation.
Usage
swf_list_workflow_types(
domain,
name = NULL,
registrationStatus,
nextPageToken = NULL,
maximumPageSize = NULL,
reverseOrder = NULL
)
Arguments
domain |
[required] The name of the domain in which the workflow types have been registered. |
name |
If specified, lists the workflow type with this name. |
registrationStatus |
[required] Specifies the registration status of the workflow types to list. |
nextPageToken |
If The configured |
maximumPageSize |
The maximum number of results that are returned per call. Use
|
reverseOrder |
When set to |