workflows
Get all the workflows the authenticated user has access to. The query offers filters such as the namespace of the workflows, whether they possess any variant or not, the execution time via the executedSince filter, and advanced search/filtering via the where input.
workflows(
namespace: String
onlyWithVariants: Boolean = false
executedSince: DateTime
where: FilterInput
): [Workflow!]!
Arguments
workflows.namespace ● String scalar
workflows.onlyWithVariants ● Boolean scalar
workflows.executedSince ● DateTime scalar
workflows.where ● FilterInput input
Type
Workflow object
A workflow definition.