StepResponse

data class StepResponse(val routine: String, val step: String)

Represents a step of the workflow this execution is running.

Constructors

Link copied to clipboard
fun StepResponse(routine: String, step: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of a routine within the workflow.

Link copied to clipboard

Name of a step within the routine.