Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Methods

  • Invoked to stop the running process, immediately rejecting the promise. No further actions will be run.

    Parameters

    • Optional data: Properties

      Optional data to merge into the Error the promise will be rejected with.

    Returns void

  • stop(): void
  • Invoked to stop the running process, immediately resolving the promise. No further actions will be run.

    Returns void

  • update(conditions?: Record<string, any>): void
  • Invoked to update the set of conditions used within the running process.

    NOTE: This method updates the conditions used by the ProcessLogic returned by dependencies.

    Parameters

    • Optional conditions: Record<string, any>

      The conditions to merge into the process' internal set of conditions.

    Returns void