Knock.Workflows.update_schedules

You're seeing just the function update_schedules, go back to Knock.Workflows module for more information.
Link to this function

update_schedules(client, schedule_ids, properties \\ %{})

View Source

Specs

update_schedules(Knock.Client.t(), [String.t()], map()) :: Knock.Api.response()

Updates schedule instances with argument properties.

Expected properties:

  • actor: actor to be used when trigger the target workflow
  • repeats: repeat rules to specify when the workflow must be triggered
  • data: data to be used as variables when the workflow runs
  • tenant: tenant to be used for when the workflow runs