UpdateStepWorkflowsRequest

case class UpdateStepWorkflowsRequest(workflow_step_edit_id: String, inputs: Option[String], outputs: Option[String], step_name: Option[String], step_image_url: Option[String])
Value parameters:
inputs

A JSON key-value map of inputs required from a user during configuration. This is the data your app expects to receive when the workflow step starts. Please note: the embedded variable format is set and replaced by the workflow system. You cannot create custom variables that will be replaced at runtime. Read more about variables in workflow steps here.

outputs

An JSON array of output objects used during step execution. This is the data your app agrees to provide when your workflow step was executed.

step_image_url

An optional field that can be used to override app image that is shown in the Workflow Builder.

step_name

An optional field that can be used to override the step name that is shown in the Workflow Builder.

workflow_step_edit_id

A context identifier provided with view_submission payloads used to call back to workflows.updateStep.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product