WorkflowManagerGetTaskWorkflowAndState Method

Return workflow identifier for given task and current state of this task.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return workflow identifier for given task and current state of this task.")]
public Guid GetTaskWorkflowAndState(
	Guid taskId,
	out int state
)

Parameters

taskId  Guid
 
state  Int32
 

Return Value

Guid

See Also