StepCompletedWorkflowsRequest

case class StepCompletedWorkflowsRequest(workflow_step_execute_id: String, outputs: Option[String])
Value parameters:
outputs

Key-value object of outputs from your step. Keys of this object reflect the configured key properties of your outputs array from your workflow_step object.

workflow_step_execute_id

Context identifier that maps to the correct workflow step execution.

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