WorkflowInstanceWorkflowStatusDetail Property |
Workflow Status Detail - This attribute is used to track workflow instance exceptions to assist with troubleshooting and auditing workflow execution.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic List<string> WorkflowStatusDetail { get; set; }
Public Property WorkflowStatusDetail As List(Of String)
Get
Set
public:
property List<String^>^ WorkflowStatusDetail {
List<String^>^ get ();
void set (List<String^>^ value);
}
member WorkflowStatusDetail : List<string> with get, set
Property Value
Type:
ListString
See Also