NextTaskCount |
Scroll |
Gets the number of next tasks in the workflow instance.
Namespace: Therefore.API
Visual Basic Public Overridable ReadOnly Property GetNextTasksCount As Integer C# public virtual int GetNextTasksCount { get; } ParametersNone. Property ValueThe number of next tasks in the workflow instance. |
|
Requires Loaded InstanceLoad an instance definition from the server before calling this method. |