@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias JobResultAdHocSubProcess

    JobResultAdHocSubProcess:
        | {
            activateElements?: JobResultActivateElement[];
            isCancelRemainingInstances?: boolean;
            isCompletionConditionFulfilled?: boolean;
        }
        | null

    Type Declaration

    • {
          activateElements?: JobResultActivateElement[];
          isCancelRemainingInstances?: boolean;
          isCompletionConditionFulfilled?: boolean;
      }
      • OptionalactivateElements?: JobResultActivateElement[]

        Indicates which elements need to be activated in the ad-hoc subprocess.

      • OptionalisCancelRemainingInstances?: boolean

        Indicates whether the remaining instances of the ad-hoc subprocess should be canceled.

      • OptionalisCompletionConditionFulfilled?: boolean

        Indicates whether the completion condition of the ad-hoc subprocess is fulfilled.

    • null