You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What’s the relationship between the executionId and the jobId?
there is no direct relationship currently.
Is jobId sub-tasks of an execution, and starts from 0?
no, it isn't
It is just simply an ID of an internal queue system that used to run these job. When a job is run async, they are enqueue to be run. That's the internal id in that queue. A worker pop the work from that queue to run.
I'm going to remove this field to avid any confusion about its usage or id. So when run a job is trigger in async manner. Sound good to you?
What is the jobId in this response of triggerWorkflow? Could you write the explanation here so I can include it in the sdk?
It’s generated from one of the triggerWorkflow test cases.
AvaProtocol/ava-sdk-js#45
The text was updated successfully, but these errors were encountered: