Articles
Recent activity by Benjamin KAHANE-
Metadata DesignerThe Metadata Designer is a data modelling design tool that allows you to design your metadata models graphically.The Metadata Designer runs using HTML5, so it is quick to load and ...
-
FlexTRACK (Operational Dashboard) provides a real-time portal for tracking the progress of workflows, automated jobs, and integrated 3rd party systems. You can also use FlexTRACK to monitor resourc...
-
FlexMOVE enables you to effortlessly upload your assets. Use FlexMOVE to : Upload media files: video, audio, image, subtitles and documents Assign uploaded media to a workspace Enter key informatio...
-
FlexADMIN allows users and administrators to manage users, groups and workspaces in an account. You can create users, groups and workspaces and you can add/remove members to/from groups and workspa...
-
ExecutionStep overview Some of the use cases for ExecutionStep are as follows: Long Running Jobs: These are jobs that take several minutes or hours to execute. Multi-step Jobs: These are jobs wh...
-
Preparing for ExecutionStep execution The ActionExecutor class enables you to register the ExecutionStep plugin function with the specific logic. Example: @Componentf @Scope("prototype") @Slf...
-
This is a beginner's guide to the Job Execution Framework. We have provided the flex-jefexampleexecutor-service project with a comprehensive number of plugin scenarios. For more information on how ...
-
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 a...
-
See https://github.com/dalet-oss/flex-jefexampleexecutor-service/blob/master/Service/src/main/java/com/ooyala/flex/jefexampleexecutor/actions/impl/flexapi See https://github.com/dalet-oss/flex-jefe...
-
ActionPluginConfiguration classes define the fields used to configure a plugin's behaviour. See the examples. Example: public class EmailActionConfiguration implements ActionConfiguration { ...