Package com.morpheusdata.model.process
Class ProcessJobExecutionResponse
java.lang.Object
com.morpheusdata.model.process.ProcessJobExecutionResponse
Response model returned from
ProcessJobProvider.execute(com.morpheusdata.model.process.ProcessJobExecutionRequest).
Contains optional outputs to forward to the next step in the process chain.- Since:
- 1.4.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
nextOpts
Optional inputs for the next step. These are merged into the next event'sjobMsgConfigbefore it is dispatched.
-
-
Constructor Details
-
ProcessJobExecutionResponse
public ProcessJobExecutionResponse() -
ProcessJobExecutionResponse
-
-
Method Details
-
getNextOpts
-
setNextOpts
-