RuntimeServiceUpdateParticipant Method |
Namespace:
Advantys.Workflow.Web.Services.Processes.Runtime
Assembly:
Advantys.Workflow.Web.Services.Processes.Runtime (in Advantys.Workflow.Web.Services.Processes.Runtime.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public void UpdateParticipant(
string participantName,
string participantDefinition
)
Public Sub UpdateParticipant (
participantName As String,
participantDefinition As String
)
Parameters
- participantName
- Type: SystemString
- participantDefinition
- Type: SystemString
See Also