swf_list_workflow_types: Returns information about workflow types in the specified...

View source: R/swf_operations.R

swf_list_workflow_typesR 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 NextPageToken is returned there are more results available. The value of NextPageToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return a 400 error: "ā Specified token has exceeded its maximum lifetimeā ".

The configured maximumPageSize determines how many results can be returned in a single call.

maximumPageSize

The maximum number of results that are returned per call. Use nextPageToken to obtain further pages of results.

reverseOrder

When set to true, returns the results in reverse order. By default the results are returned in ascending alphabetical order of the name of the workflow types.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.