IWorkflow.WorkflowUpdate(Guid, 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.
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