Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 962 Bytes

ScheduledTaskInfo.md

File metadata and controls

16 lines (12 loc) · 962 Bytes

Yaksa.OrckestraCommerce.Client.Model.ScheduledTaskInfo

ScheduledTaskInfo

Properties

Name Type Description Notes
ActivityTypeNameOrWorkflowPath string Gets or sets the scheduled task's activity type name or the workflow path [optional]
Group string the affinity group of the scheduled job. [optional]
Inputs Dictionary<string, Object> IDictionary<String,Object> [optional]
Name string the name of the scheduled job. [optional]
Triggers List<TriggerInfo> the task job triggers. [optional]
Type string Gets or sets the scheduled task's type: ActivityClassBased or WorkflowFileBased [optional]

[Back to Model list] [Back to API list] [Back to README]