Convert process state to forward stateThis endpoint converts a process state string to a forward state string.
Request
Body Params application/jsonRequired
Request Code Samples
curl --location '/tasks/convert_state' \
--header 'Content-Type: application/json' \
--data '{
"process_state": "",
"forward_state": ""
}'
Modified at 2025-12-12 05:25:46