AssignmentStatusValve
Valve for getting the current status of an assignment.
Supports getting assignment from a remote PhenixID server using the authentication API.
Properties
Name | Description | Default value | Mandatory | Supports property expansion |
---|---|---|---|---|
id | The id of the assignment to get | YES | YES | |
dest | Item property receiving the status | assignment_status | NO | NO |
api_base_url |
API base url. If configured, valve will use API instead of local call to create assignment. |
NO | NO | |
api_tenant |
API tenant identifier |
NO | NO | |
api_username |
API username |
NO | NO | |
api_password |
API password |
NO | NO | |
Example configuration
{
"name": "AssignmentStatusValve",
"config": {
"id": "{{item.assignment_id}}",
"dest": "status",
"api_base_url": "http://host:8888/api/authentication/onetouch",
"api_tenant": "default",
"api_username": "system",
"api_password": "password"
}
}
Click to copy