RuntimeServiceGetProcessInstanceContext Method |
Get process instance context
Namespace: Advantys.Workflow.Web.Services.Processes.RuntimeAssembly: Advantys.Workflow.Web.Services.Processes.Runtime (in Advantys.Workflow.Web.Services.Processes.Runtime.dll) Version: 5.7.14075.2 (5.7.14075.2)
Syntax public string GetProcessInstanceContext(
int processInstanceId,
string workflowContext
)
Public Function GetProcessInstanceContext (
processInstanceId As Integer,
workflowContext As String
) As String
Parameters
- processInstanceId
- Type: SystemInt32
Request ID of the context to retrieve. - workflowContext
- Type: SystemString
Workflow context with the data to retrieve. If null all data are retrieved.
Return Value
Type:
StringRemarks Available since WorkflowGen version:5.6.4
See Also