Job Triggers define the "when" of an operation, and schedules to automate task execution at specific intervals.
The Job Trigger Component allows users to trigger a Python (On Demand) Job from within a pipeline. The in-event data connected to the Job Trigger component is automatically passed as a payload to the selected Python (On Demand) Job.
Key Capabilities
Trigger Python (On Demand) Jobs directly from a pipeline.
Pass event data as payload in JSON Array format.
Configure which job to trigger via meta-information settings.
Enable event-driven automation where job execution depends on pipeline outcomes.
Configuration Overview
All Job Trigger configurations are grouped into:
Basic Information
Meta Information
Resource Configuration
Configuring Meta Information
Prepare Pipeline Data
Build a pipeline that generates meaningful data.
Ensure this data is sent to an out-event that will serve as the payload.
Connect Events
Connect the Job Trigger Component to the event holding the payload data.
Select Python (On Demand) Job
Open the Meta Information tab of the Job Trigger component.
Select the required Python (On Demand) Job from the drop-down menu.
Payload Handling
The data from the connected event is automatically passed to the selected job.