task_control_file_get_raw
Retrieves raw content of a file related to a task occurrence control value.
Example
1
{{ 'taskOccurrenceId' | task_control_file_get_raw: 'controlId' }} => 'some content' ...
Input
| Type | Parameter | Description | Required |
|---|---|---|---|
| string | taskOccurrenceId | The ID of the task occurrence. Comes before the | sign. | Required |
| string | controlId | ID of the control |
Output
| Type | Description |
|---|---|
| mixed | Raw content of file |