VerifyAssignmentValve
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
Example Configuration
{
"name": "VerifyAssignmentValve",
"config": {
"assignmentIDParamKey":"{{item.assignment}}"
}
}