Dalet Flex documentation has moved!
This page is no longer actively maintained. For the latest documentation, please visit us at our new support portal: https://support.dalet.com
Job execution requests contain two java maps (string and object) serialized with jobContext and workflowContext variables.
Enterprise carries out the following functions during execution:
Plugin developers running executors can carry out the following:
Receive job and workflow contexts:
String strAssetId1 = (String) jobContextVariables.get("asset");
String strAssetId2 = (String) workflowContextVariables.get("asset");
Update the job and workflow context variables to send back the response:
jobResponse.setJobContextVariable("asset", “new value”);
Job and workflow context variables are only updated if changes have been made. The following expressions are supported in workflow string variables for Demux and Segemented Proxy actions in order to pass lists of assets: [x,y,z] and x,y,z.