I am using Amazon SWF service to automate some recurring tasks.
I am trying to use signals
to execute some commands on remote machines. After the commands are finished executing, I'd like to send a signal back to the workflow to indicate success or failure.
The question is how can I find the workflow execution id
programmatically? This is required for the remote machines to send a signal
.
Thanks