steps
Parameters
value
List of approval steps in this workflow. These steps would be followed in the specified order sequentially. 1 step is supported for now. Structure is documented below.
Parameters
values
List of approval steps in this workflow. These steps would be followed in the specified order sequentially. 1 step is supported for now. Structure is documented below.
suspend fun steps(argument: List<suspend EntitlementApprovalWorkflowManualApprovalsStepArgsBuilder.() -> Unit>)
suspend fun steps(vararg argument: suspend EntitlementApprovalWorkflowManualApprovalsStepArgsBuilder.() -> Unit)
suspend fun steps(argument: suspend EntitlementApprovalWorkflowManualApprovalsStepArgsBuilder.() -> Unit)
Parameters
argument
List of approval steps in this workflow. These steps would be followed in the specified order sequentially. 1 step is supported for now. Structure is documented below.