GeneratedWorkflows

class Object
trait Matchable
class Any

Value members

Concrete methods

def stepCompletedWorkflows(req: StepCompletedWorkflowsRequest): Request[Unit, AccessToken]

Indicate that an app's step in a workflow completed execution.

Indicate that an app's step in a workflow completed execution.

See also:
def stepFailedWorkflows(req: StepFailedWorkflowsRequest): Request[Unit, AccessToken]

Indicate that an app's step in a workflow failed to execute.

Indicate that an app's step in a workflow failed to execute.

See also:
def updateStepWorkflows(req: UpdateStepWorkflowsRequest): Request[Unit, AccessToken]

Update the configuration for a workflow extension step.

Update the configuration for a workflow extension step.

See also: