Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
shalinim1
Contributor III
Contributor III

Accessing AWS Step function using tsystem component

Hi,

I want to start the execution of AWS step function using the tsystem component in Talend.

Can anyone please help how to write a command to achieve this.

Thanks.​

Labels (3)
2 Replies
Anonymous
Not applicable

If you can figure out what step function commands you will need to use, can you post them here (with no private data) and we can help with getting them to work with the tSystem component.

shalinim1
Contributor III
Contributor III
Author

Please find the below commands.

​start-execution

--state-machine-arn <value>

[--name <value>]

[--input <value>]

[--trace-header <value>]

[--cli-input-json <value>]

[--generate-cli-skeleton <value>]

[--debug]

[--endpoint-url <value>]

[--no-verify-ssl]

[--no-paginate]

[--output <value>]

[--query <value>]

[--profile <value>]

[--region <value>]

[--version <value>]

[--color <value>]

[--no-sign-request]

[--ca-bundle <value>]

[--cli-read-timeout <value>]

[--cli-connect-timeout <value>]