cf-java-client icon indicating copy to clipboard operation
cf-java-client copied to clipboard

Add support for Task Templates when creating a task

Open ssisil opened this issue 6 years ago • 1 comments
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"} } }'

ssisil avatar Jan 31 '19 21:01 ssisil

Acknowledged as an enhancement.

dmikusa avatar Jan 18 '22 21:01 dmikusa