WorkflowData.WorkflowDataInXml(Guid, Int32, Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.