Expand description
Provides Job that holds jobs before and after their execution
Structsยง
- Job
- A
Jobcontains the information necessary to manage the execution of a function in the flow on a set of input values, and then where to send the outputs that maybe produces. - JobPayload
- Conatins the minimum amount of information required to execute a Job and return the result