Skip to content

Commit 225fbcd

Browse files
authored
1 parent b52c341 commit 225fbcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/reference/formContext-data-process/setActiveProcessInstance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ search.app:
2828

2929
|Name|Type|Required|Description|
3030
|--|--|--|--|
31-
|processId|String|Yes|The Id of the process instance to set as the active instance.|
31+
|processInstanceId|String|Yes|The Id of the process instance to set as the active instance.|
3232
|callbackFunction|Function|No|A function to call when the operation is complete. This callback function is passed one of the following string values to indicate whether the operation succeeded:<br/>- **success**: The operation succeeded.<br/>- **invalid**: The processInstanceId isn’t valid or the process isn’t enabled.|
3333

3434
### Related topics

0 commit comments

Comments
 (0)