MBrace.Runtime


CloudWorkItemType

Namespace: MBrace.Runtime

Cloud work item creation metadata

Union Cases

Union CaseDescription
ChoiceChild(index,size)
Signature: int * int

Work item associated with the child computation of a Choice workflow.

ParallelChild(index,size)
Signature: int * int

Work item associated with the child computation of a Parallel workflow.

ProcessRoot
Signature:

Work item associated with a root cloud process creation.

Fork me on GitHub