StepFailedWorkflowsRequest

case class StepFailedWorkflowsRequest(workflow_step_execute_id: String, error: String)
Value parameters:
error

A JSON-based object with a message property that should contain a human readable error message.

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