argument

@JvmName(name = "qexgqqrqxxeryqqf")
suspend fun argument(value: Output<String>)
@JvmName(name = "bptvaqjohqmrpecj")
suspend fun argument(value: String?)

Parameters

value

Input parameters of the execution represented as a JSON string. The size limit is 32KB. Note: If you are using the REST API directly to run your workflow, you must escape any JSON string value of argument. Example: '{"argument":"{\"firstName\":\"FIRST\",\"lastName\":\"LAST\"}"}'