Class TaskFinished_1_1

    • Field Detail

      • skipMessage

        @Nullable("when skip message maps to a specific task outcome")
        public final @Nullable("when skip message maps to a specific task outcome") String skipMessage
        The message describing why the task was skipped in the case of a skipped task.

        null if the task was not skipped.

    • Constructor Detail

      • TaskFinished_1_1

        public TaskFinished_1_1​(long id,
                                String path,
                                TaskOutcome_1 outcome,
                                @Nullable
                                @Nullable String skipMessage)