Package app.knock.api.models.workflows
See: Description
-
Class Summary Class Description Builder A builder for WorkflowCancelParams. Builder A builder for Body. Body When invoked using a specific workflow key and cancellation key, will cancel any queued workflow runs associated with that key/cancellation key pair. WorkflowCancelParams When invoked for a workflow using a specific workflow key and cancellation key, will cancel any queued workflow runs associated with that key/cancellation key pair. Builder A builder for WorkflowTriggerParams. Builder A builder for Body. Body A request to trigger a notification workflow. Builder A builder for Data. Data An optional map of data to pass into the workflow execution. WorkflowTriggerParams Trigger a workflow (specified by the key) to run for the given recipients, using the parameters provided. Builder A builder for WorkflowTriggerResponse. WorkflowTriggerResponse The response from triggering a workflow.