Skip to content

Add runsAfter relation for activities #62

@paullatzelsperger

Description

@paullatzelsperger

To express dependencies between activities we currently have the dependsOn relation, which makes Activity B run after Activity A, if B dependsOn A. B does not run if A did not complete successfully, which is acceptable in deployment activities.

However, during compensation activities it might be necessary to order activities, but make them run regardless of whether their predecessor completed successfully.

consequently, we should introduce the runsAfter keyword, so that:

  • B runsAfter A -> B runs after A, even if A failed
  • B dependsOn A -> B runs after A, only if A succeeded

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions