Enum WorkflowEventKind

    • Enum Constant Detail

      • EVENT_CREATE_CASE

        public static final WorkflowEventKind EVENT_CREATE_CASE
        create case event
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_DESTROY_CASE

        public static final WorkflowEventKind EVENT_DESTROY_CASE
        destroy case by admin user event
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_FINISH_CASE

        public static final WorkflowEventKind EVENT_FINISH_CASE
        finish case event
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_CASE_CREATOR_DELETED

        public static final WorkflowEventKind EVENT_CASE_CREATOR_DELETED
        case creator deleted
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_RESET_CASE

        public static final WorkflowEventKind EVENT_RESET_CASE
        case reseted
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_CREATE_CASE_BY_SIGNAL

        public static final WorkflowEventKind EVENT_CREATE_CASE_BY_SIGNAL
        create case by signal event
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_CREATE_FIRST_TASK_OF_CASE

        public static final WorkflowEventKind EVENT_CREATE_FIRST_TASK_OF_CASE
        create first task of a case event
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_CREATE_TASK_BY_JOINED_TASKS

        public static final WorkflowEventKind EVENT_CREATE_TASK_BY_JOINED_TASKS
        create task triggered by other tasks that are joined event
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_CREATE_TASK_BY_TIMEOUT

        public static final WorkflowEventKind EVENT_CREATE_TASK_BY_TIMEOUT
        create task triggered by timeout event
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_RESUME_TASK

        public static final WorkflowEventKind EVENT_RESUME_TASK
        resume task event
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_ROLLBACK_TASK

        public static final WorkflowEventKind EVENT_ROLLBACK_TASK
        rollback task event
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_FINISH_TASK

        public static final WorkflowEventKind EVENT_FINISH_TASK
        finish task event
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_CHANGE_TASK_ACTIVATOR_BY_TIMEOUT

        public static final WorkflowEventKind EVENT_CHANGE_TASK_ACTIVATOR_BY_TIMEOUT
        change task activator triggered by timeout event
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_CHANGE_TASK_ACTIVATOR

        public static final WorkflowEventKind EVENT_CHANGE_TASK_ACTIVATOR
        change task activator by admin user event
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_CHANGE_TASK_PRIORITY

        public static final WorkflowEventKind EVENT_CHANGE_TASK_PRIORITY
        change task priority by admin user event
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_DESTROY_TASK

        public static final WorkflowEventKind EVENT_DESTROY_TASK
        destroy task by admin user event
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_DESTROY_TASK_BY_TIMEOUT

        public static final WorkflowEventKind EVENT_DESTROY_TASK_BY_TIMEOUT
        destroy task triggered by timeout event
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_WAIT_FOR_JOIN_TASK

        public static final WorkflowEventKind EVENT_WAIT_FOR_JOIN_TASK
        task ready for join event
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_JOINING_TASK

        public static final WorkflowEventKind EVENT_JOINING_TASK
        task joining event
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_JOINED_TASK

        public static final WorkflowEventKind EVENT_JOINED_TASK
        task joined event
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_TASK_DELAY_EXPIRED

        public static final WorkflowEventKind EVENT_TASK_DELAY_EXPIRED
        task delay expired
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_CHANGE_TASK_TIMEOUT_EXCEPTION_ACTIVATOR

        public static final WorkflowEventKind EVENT_CHANGE_TASK_TIMEOUT_EXCEPTION_ACTIVATOR
        task timeout exception activator changed
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_CHANGE_TASK_TIMEOUT_TIMESTAMP

        public static final WorkflowEventKind EVENT_CHANGE_TASK_TIMEOUT_TIMESTAMP
        task timeout timestamp changed
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_CHANGE_TASK_DELAY_TIMESTAMP

        public static final WorkflowEventKind EVENT_CHANGE_TASK_DELAY_TIMESTAMP
        task delay timestamp changed
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_PARK_TASK

        public static final WorkflowEventKind EVENT_PARK_TASK
        park task
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_UNPARK_TASK

        public static final WorkflowEventKind EVENT_UNPARK_TASK
        unpark task
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_REDO_TASK

        public static final WorkflowEventKind EVENT_REDO_TASK
        redo task
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_TASK_ACTIVATOR_DELETED

        public static final WorkflowEventKind EVENT_TASK_ACTIVATOR_DELETED
        task activator deleted
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_TASK_TIMEOUT_EXCEPTION_ACTIVATOR_DELETED

        public static final WorkflowEventKind EVENT_TASK_TIMEOUT_EXCEPTION_ACTIVATOR_DELETED
        task timeout exception activator deleted
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_TASK_WORKER_USER_DELETED

        public static final WorkflowEventKind EVENT_TASK_WORKER_USER_DELETED
        task worker user deleted
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_FAIL_TASK

        public static final WorkflowEventKind EVENT_FAIL_TASK
        task fail
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_FAILED_TASK_TIMEOUT_EXPIRED

        public static final WorkflowEventKind EVENT_FAILED_TASK_TIMEOUT_EXPIRED
        Task failed timeout expired
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_JOIN_TASK_FAILED

        public static final WorkflowEventKind EVENT_JOIN_TASK_FAILED
        Task join failed
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_JOIN_FAILED_TASK_TIMEOUT_EXPIRED

        public static final WorkflowEventKind EVENT_JOIN_FAILED_TASK_TIMEOUT_EXPIRED
        Task join failed timeout expired
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_JOINING_TASK_TIMEOUT_EXPIRED

        public static final WorkflowEventKind EVENT_JOINING_TASK_TIMEOUT_EXPIRED
        Task joining timeout expired
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_TASK_DELEGATED

        public static final WorkflowEventKind EVENT_TASK_DELEGATED
        Task delegated
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_CREATE_TASK_BY_INTERMEDIATE_EVENT_TIMEOUT

        public static final WorkflowEventKind EVENT_CREATE_TASK_BY_INTERMEDIATE_EVENT_TIMEOUT
        Task was created by an intermediate event timeout
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_INTERMEDIATE_EVENT_RECEIVED

        public static final WorkflowEventKind EVENT_INTERMEDIATE_EVENT_RECEIVED
        An intermediate event was received
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_INTERMEDIATE_EVENT_TIMEOUT_EXPIRED

        public static final WorkflowEventKind EVENT_INTERMEDIATE_EVENT_TIMEOUT_EXPIRED
        An intermediate event was received
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_INTERMEDIATE_EVENT_ALREADY_RECEIVED

        public static final WorkflowEventKind EVENT_INTERMEDIATE_EVENT_ALREADY_RECEIVED
        An intermediate event has already been received
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_DESTROY_TASK_BY_INTERMEDIATE_EVENT_TIMEOUT

        public static final WorkflowEventKind EVENT_DESTROY_TASK_BY_INTERMEDIATE_EVENT_TIMEOUT
        The task was destroyed because an intermediate event has timed out
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_DESTROY_TASK_BY_SIGNAL

        public static final WorkflowEventKind EVENT_DESTROY_TASK_BY_SIGNAL
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_CREATE_TASK_BY_SIGNAL

        public static final WorkflowEventKind EVENT_CREATE_TASK_BY_SIGNAL
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_CREATE_FIRST_TASK_OF_CASE_BY_SIGNAL

        public static final WorkflowEventKind EVENT_CREATE_FIRST_TASK_OF_CASE_BY_SIGNAL
        create first task of a case by signal event
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_REOPEN_CASE

        public static final WorkflowEventKind EVENT_REOPEN_CASE
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_CHANGE_BUSINESS_CASE_STAGE

        public static final WorkflowEventKind EVENT_CHANGE_BUSINESS_CASE_STAGE
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • EVENT_CHANGE_CASE_CREATOR

        public static final WorkflowEventKind EVENT_CHANGE_CASE_CREATOR
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.