Type
Metadata access.
Behaviour
Send commands or data to an interactive task (“OPH_WAIT”). Set parameters in a workflow environment.
Parameters
Examples
Set the parameter “var” to 10 for task “example” in workflow 1 and unblock the task:
[OPH_TERM] >> oph_input key=var;value=10;id=1;taskname=example;
Argument name | Type | Mandatory | Values | Default | Min/Max-value |
---|---|---|---|---|---|
id | “int” | “no” | “@OPH_WORKFLOW_ID” | “1” / | |
taskname | “string” | “no” | “Task 0” | ||
action | “string” | “no” | “continue|abort|wait” | “continue” | |
key | “string” | “no” | “-“ | ||
value | “string” | “no” | “-“ |