WorkflowData.WorkflowDataInXml(Guid, Int32, Guid) Method

Definition

Forms an XML of the workflow content.

public:
 System::String ^ WorkflowDataInXml(Guid sessionId, int workflowStatus, Guid activatedStepId);
public string WorkflowDataInXml (Guid sessionId, int workflowStatus, Guid activatedStepId);
member this.WorkflowDataInXml : Guid * int * Guid -> string
Public Function WorkflowDataInXml (sessionId As Guid, workflowStatus As Integer, activatedStepId As Guid) As String

Parameters

sessionId
Guid

Specifies the active session ID

workflowStatus
Int32

Specifies the workflow status

activatedStepId
Guid

Specifies the active workflow step ID.

Returns

True if the XML is created successfully, otherwise false.

Applies to