Articles
Recent activity by Benjamin KAHANE-
JEF provides a new logger object to add messages to job history. The ActionExecutorLogger lets you send Flex Events against the running job. The message will be added by Flex Enterprise to the job ...
-
See https://github.com/dalet-oss/flex-jefexampleexecutor-service/tree/master/Service/src/main/java/com/ooyala/flex/jefexampleexecutor/actions/impl/executor Versioning in JEF In order to define vers...
-
Job Executors may perform long-running tasks and / or use external process service/products to execute jobs. JEF has a number of mechanisms providing resilience against potential outage scenarios a...
-
JEF uses an internal repository (Redis) for the job executing objects. By default, job objects are removed from Redis when the jobs is COMPLETED or CANCELLED. COMPLETED or CANCELLED jobs are not be...
-
Job life cycle status The diagram below shows the possible statuses during the life cycle of a job. These are returned by the action executor as the workflow progresses: Running JEF sets this ...
-
Enterprise allows you to configure an ActionConfig dynamically, e.g. in a workflow execution, an existing groovy script can update and set the configuration to be used by the following ActionConfig...
-
Expression in configuration parameters JEF Action Configuration parameters support expressions. The complete Spring syntax available in Flex Enterprise is supported. For example, the following expr...
-
JEF Overview This is a high level overview of the JEF's clear and simple interface as a framework. JEF Executors are the node edge microservices hosting plugin definitions and execution capabiliti...
-
JEF Executor metrics JEF outputs metrics for each of the JEF services as well as each of the Action Executors services (e.g. Job Async Executor, Transcode Resource etc.). A graph dashboard is avail...
-
JEF Executor microservices host the plugins JEF Action and Resource configuration parameters JEF Action execution functions and logic When the services start, they automatically send a notificati...