Summary
Display Dialog with HTML contents (manual workflow task)
Description
Displays HTML.
This is a manual task, and can be called by a Workflow Builder job.
Route
/workflow_engine/task/ViewHTML
Roles
admin
engineering
operations
Incoming
name | type | required | info |
---|---|---|---|
header | string | The header displayed at the top of the modal. | |
body | string | true | The body shows html as provided by the user. |
variables | object | The variables used in the body. Each key represents a variable name, and each value represents the string that will replace it. | |
btn_success | string | true | The label for the success button. When used to request a decision or an acknowledgement, this button represents a yes or a continue answer. |
btn_failure | string | The label for the failure button. When used to request a decision, this button represents a no or a decline answer. This can be left empty when this task is only used for acknowledgment. |
Outgoing
This manual task has no output |