ItemCreateValve
Valve for creating a new item.
Used for example, in a flow where no item has been created by another valve, such as LDAPSearchValve.
Properties
Example Configuration
{
"name": "ItemCreateValve",
"enabled": "true",
"config": {
"dest_id": "{{request.uid}}"
}
}