Long running tasks perform batch processing.
Name | Type | Description | Notes |
---|---|---|---|
CorrelationId | string | The correlation identifier allowing to regroup and retrieve various tasks together. | [optional] |
Inputs | Dictionary<string, Object> | [optional] | |
IsSequential | bool | Value indicating whether the task must be run in the specific sequence. | [optional] |
SequenceGroup | string | The name to identify the sequence that this task is part of. Tasks that must execute in sequence must share the same SequenceGroup | [optional] |
SequenceQuota | int | Value indicating what is the expected maximum sequence count. | [optional] |
TaskName | string | The task identifier. | [optional] |
WorkflowName | string | The relative path of the workflow xaml file. | [optional] |