WorkflowInstanceWorkflowStatus Property |
Workflow Status - Enumeration representing the current status of a workflow instance.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic string WorkflowStatus { get; set; }
Public Property WorkflowStatus As String
Get
Set
public:
property String^ WorkflowStatus {
String^ get ();
void set (String^ value);
}
member WorkflowStatus : string with get, set
Property Value
Type:
String
See Also