ScheduledTaskInfo
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] |