Share via


IWorkflow.WorkflowUpdate(Guid, Guid) Method

Definition

Updates the workflow.

public:
 bool WorkflowUpdate(Guid agentId, Guid sessionId);
public bool WorkflowUpdate (Guid agentId, Guid sessionId);
abstract member WorkflowUpdate : Guid * Guid -> bool
Public Function WorkflowUpdate (agentId As Guid, sessionId As Guid) As Boolean

Parameters

agentId
Guid

Specifies the agent ID.

sessionId
Guid

Specifies the session ID

Returns

True If the workflow is updated successfully, otherwise false

Applies to