cf-java-client
cf-java-client copied to clipboard
Add support for Task Templates when creating a task
trafficstars
Please add support for a user to create a task using the task template feature in CAPI.
Example request for this feature in CAPI
curl "https://api.example.org/v3/apps/[guid]/tasks" \
-X POST \
-H "Authorization: bearer [token]" \
-H "Content-type: application/json" \
-d '{ "template": { "process": {"guid": "89323d4e-2e84-43e7-83e9-adbf50a20c0e"} } }'
Acknowledged as an enhancement.