Click or drag to resize

RuntimeServiceGetProcessInstanceFormData Method

Get process instance form data

Namespace:  Advantys.Workflow.Web.Services.Processes.Runtime
Assembly:  Advantys.Workflow.Web.Services.Processes.Runtime (in Advantys.Workflow.Web.Services.Processes.Runtime.dll) Version: 8.0.6.0 (8.0.6.20210916)
Syntax
public string GetProcessInstanceFormData(
	int processInstanceId,
	string workflowContext
)

Parameters

processInstanceId
Type: SystemInt32
Request ID of the form data to retrieve.
workflowContext
Type: SystemString
Workflow context with the form data to retrieve.

Return Value

Type: String
Remarks
Available since WorkflowGen version:5.6.4
See Also