Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.12 KB

QueueActivityTaskRequest.md

File metadata and controls

17 lines (13 loc) · 1.12 KB

Yaksa.OrckestraCommerce.Client.Model.QueueActivityTaskRequest

Long running tasks perform batch processing.

Properties

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]
ActivityTypeName string The fully qualified name of the workflow activity type. [optional]

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