Uses of Class
ch.brix.gql.client.frontify.input_objects.MoveWorkflowTaskInput
-
Packages that use MoveWorkflowTaskInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of MoveWorkflowTaskInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type MoveWorkflowTaskInput Modifier and Type Method Description RootMutation_moveWorkflowTask_ArgsRootMutation_moveWorkflowTask_Args. input(MoveWorkflowTaskInput value)**BETA** `MoveWorkflowTask` input argument. -
Uses of MoveWorkflowTaskInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return MoveWorkflowTaskInput Modifier and Type Method Description MoveWorkflowTaskInputMoveWorkflowTaskInput. statusEnterMessage(StringScalar v)**BETA** `WorkflowTask` enter message.MoveWorkflowTaskInputMoveWorkflowTaskInput. workflowStatusId(IdScalar v)**BETA** The Id of the destination `WorkflowStatus`.MoveWorkflowTaskInputMoveWorkflowTaskInput. workflowTaskIds(List<IdScalar> v)**BETA** List of `WorkflowTask` Ids to move.
-