Skip to main content

CreateWorkflowActionWithTransition

Stable

Signature

mutation {
CreateWorkflowActionWithTransition(fromActionId: ..., type: ...)
}

Retourne : WorkflowAction!

Arguments

NomTypeRequisDéfautDescription
fromActionIdID!
typeWorkflowActionType!
transitionLabelString

Exemple

mutation {
CreateWorkflowActionWithTransition(
fromActionId: $fromActionId
type: $type
) {
# Sélectionner les champs souhaités
}
}