WorkflowRunResponse

data class WorkflowRunResponse(val lastRunAt: String, val succeeded: Boolean, val workflowRunURL: String)

Constructors

Link copied to clipboard
constructor(lastRunAt: String, succeeded: Boolean, workflowRunURL: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp of the last workflow run.

Link copied to clipboard

Describes if the workflow run succeeded.

Link copied to clipboard

URL to the run of the workflow.