updateStep

abstract suspend fun updateStep(chainId: String, currentStep: Int, status: String)

Updates the current step and status of an existing chain.

Parameters

chainId
currentStep

Zero-based index of the step now executing.

status

One of: "RUNNING", "COMPLETED", "FAILED".