Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define Activity Predecessors #5976

Open
nimishdesai1989 opened this issue Sep 20, 2024 · 0 comments
Open

Define Activity Predecessors #5976

nimishdesai1989 opened this issue Sep 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@nimishdesai1989
Copy link

At times it is needed in the workfow to make sure a step has certain criteria satisfied. Especially in business flow applications that have certain activities that can follow a specific set of activities. Lets say I have a list of custom activities created. Now in the workflow, I want to make sure that certain activities can only be placed after a shortlist of the activities from the whole list.

e.g : I have Activity 1 , Activity 2, Activity 3, Activity 4, Activity 5 and Activity 6

And I want to define that Activity 6 can only be used if the previous activity is either Activity 2 or Activity 3.

We need a provision in the activity as well as somewhere in the designer where a custom activity can be defined be valid only if it follows a certain list of pre-defined activities. And I want to define that Activity 6 can only be used if the previous activity is either Activity 2 or Activity 3.And if this can be achieved, can we have a validation at the publish step instead of the workflow instance failing during execution ?

@nimishdesai1989 nimishdesai1989 added the enhancement New feature or request label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant