Type alias WorkflowTimeTrigger

WorkflowTimeTrigger: {
    actions: WorkflowActionReference[];
    offsetFromField?: string | null;
    timeLength?: string | null;
    workflowTimeTriggerUnit: string;
}

Type declaration

  • actions: WorkflowActionReference[]
  • Optional offsetFromField?: string | null
  • Optional timeLength?: string | null
  • workflowTimeTriggerUnit: string