Package version:

Interface OrchestrationServiceStateInput

The input for OrchestrationServiceState

interface OrchestrationServiceStateInput {
    action: string;
    serviceName: string;
}

Properties

Properties

action: string

The action to be performed.

serviceName: string

The name of the service.