workflows
Get all the workflows the authenticated user has access to. The query offers some filter like the namespace of the workflows and whether they posses any variant or not.
workflows(
namespace: String
onlyWithVariants: Boolean = false
): [Workflow!]!
Arguments
workflows.namespace ● String scalar
workflows.onlyWithVariants ● Boolean scalar
Type
Workflow object
A workflow definition.