Summary
Show Json Form (manual workflow task)
Description
This is a manual task, and can be called by a Workflow Builder job.
Route
/json-forms/task/ShowJsonForm
Roles
admin
operator
Incoming
name | type | info | examples | taskUISchema |
---|---|---|---|---|
form_id | string | Name or Id of the JSON Form. | my-form,5cb5252a1bbc5a00def564c1 | [object Object] |
instance_data | object | Default values for the JSON Form. | { 'inputField': 'default value' } |
Outgoing
name | type | info | examples |
---|---|---|---|
export | object | Data of the submitted JSON Form. | { 'inputField': 'input value' } |