VerifyAssignmentValve
Note
Verify an issued One Touch assignment. Waits for the user to CONFIRM or REJECT before continuing.
Note that the status is just fetched. No action is taken based on user decision, except for error. Status of a processed assignment is stored in the first item of the flow. If no items are present an item will be created.
Properties
Name | Description | Default value | Mandatory | Supports property expansion |
---|---|---|---|---|
assignmentIDParamKey | where to find id of the assignment | empty as in nothing | Yes | Yes |
Example Configuration
{
"name": "VerifyAssignmentValve",
"config": {
"assignmentIDParamKey":"{{item.assignment}}"
}
}