Run Production Line
Run Production Line.
Category: Other
Run Production Line (Code - '<<ProductionLineCode>>')
To use this activity within the API, use an ActivityCode of RUN-PRODUCTION-LINE.
Example JSON
An example of what the Task Config would look like for a task using this activity. Some of these variables would be set at the group level to avoid duplication between tasks.
{
"ProductionLineCode": ""
}
Variable Reference
The following variables are supported:
DoNotProcessAfterTime(Optional) - Do not process this Task if time of day is after this time (based on the time zone selected)DoNotProcessBeforeTime(Optional) - Do not process this Task if time of day is before this time (based on the time zone selected)ProductionLineCode(Required) - The Production Line to run.ScheduleDelayInMinutes(Optional) - The delay (in minutes) before this Production Line will be scheduled to run. Default is 0 minutes i.e. the Production Line is scheduled to run immediately.ScheduleDelayInMinutesFromLastProductionLineRun(Optional) - The delay (in minutes) from previous start time of the Production Line Default is 0 minutes. Use this is you want a certain minimum cadence (e.g. every 15 minutes).TimeZone(Optional) - Time zone to use for Do Not Process Before/After Times