Description:
This facilitates a mechanism for one process to initiate another process. It enables the creation of sophisticated libraries, fostering reusable processes and ensuring the separation of concerns.
{
"type": "process",
"action": "do_something",
"args": {
"schema": "test_schema_id",
"parameters": {
"id": 1000
}
}
}