• Examine a submission and its form definition to validate whether a scheduling workflow event needs to run.

    Example

    const result = schedulingService.checkFormSchedulingEvent(
    form,
    submission,
    )

    Returns

    Parameters

    • definition: Form
    • submission: {
          [name: string]: unknown;
      }
      • [name: string]: unknown

    Returns FormSchedulingEvent | undefined