Benjamin KAHANE
- Updated
Job execution requests contain two java maps (string and object) serialized with jobContext and workflowContext variables.
In the recent version of Flex JEF Script action, those variable are only accessible with the getters getJobContextVariables and getWorkflowContextVariables on the context variable.
Example
def execute() {
def jobContext = context.getJobContextVariables()
def workflowContext = context.getWorkflowContextVariables()
}
Enterprise carries out the following functions during execution:
Plugin developers running executors can carry out the following:
Comments
0 comments
Please sign in to leave a comment.