Command option Sample:aws swf start-workflow-execution

Search command sample in the internet.It is the result.

Starts an execution of the workflow type in the specified domain usingthe provided "workflowId" and input data.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/swf/start-workflow-execution.html

aws swf start-workflow-execution --domain SWFSampleDomain \
    GitHub - ajenkins-cargometrics/pyflow: Python workflow framework based on AWS SWF : http://github.com/ajenkins-cargometrics/pyflow
aws swf start-workflow-execution --domain SWFSampleDomain \
--workflow-id my-unique-workflow-id \
--workflow-type name=MyWorkflow
    pyflow-swf 揃 PyPI : http://pypi.org/project/pyflow-swf/

aws のオプション一覧