WorkflowRunResponse

data class WorkflowRunResponse(val lastRunAt: String, val succeeded: Boolean, val workflowRunStatus: String? = null, val workflowRunURL: String)

Constructors

Link copied to clipboard
constructor(lastRunAt: String, succeeded: Boolean, workflowRunStatus: String? = null, 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

Describes the status of the workflow run

Link copied to clipboard

URL to the run of the workflow.