指定されたドメイン内のワークフロータイプに関する情報を返します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/swf/list-workflow-types.html
aws swf list-workflow-types --domain MyDomain --registration-status REGISTERED The following shows an example of the default output in JSON: |
Using the AWS CLI with Amazon Simple Workflow Service - Amazon Simple Workflow Service : http://docs.aws.amazon.com/amazonswf/latest/developerguide/using-cli.html |
aws swf list-workflow-types --domain |
GitHub - stamen/swfr: Promise-based Node.js Simple Workflow (SWF) framework : http://github.com/stamen/swfr |
aws swf list-workflow-types --domain "test-domain" --registration-status REGISTERED --profile=AWS_PROFILE |
Python と boto3 で Amazon Simple Workflow Service (SWF) を試す : http://qiita.com/rysk92/items/2842cf047c7bd973515e |