IWorkflowDebugger.InstanceDynamicallyUpdated(Guid, Guid, Guid) Method

Definition

Called when the workflow instance is dynamically updated with a workflow change.

public:
 void InstanceDynamicallyUpdated(Guid programId, Guid instanceId, Guid scheduleTypeId);
public void InstanceDynamicallyUpdated (Guid programId, Guid instanceId, Guid scheduleTypeId);
abstract member InstanceDynamicallyUpdated : Guid * Guid * Guid -> unit
Public Sub InstanceDynamicallyUpdated (programId As Guid, instanceId As Guid, scheduleTypeId As Guid)

Parameters

programId
Guid

An internally generated Guid associated with a WorkflowRuntime instance.

instanceId
Guid

A Guid associated with the currently running workflow instance.

scheduleTypeId
Guid

An internally generated Guid associated with a workflow type.

Applies to