-
Notifications
You must be signed in to change notification settings - Fork 5
Feature/ivyportal 19090 implement the side step process #2244
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
base: release/12.0
Are you sure you want to change the base?
Feature/ivyportal 19090 implement the side step process #2244
Conversation
… into feature/VYPORTAL-19090-Implement-the-Side-Step-Process
------------ | ||
|
||
Side-step processes let you attach one or more auxiliary workflow steps to an existing business process in Axon Ivy Portal without touching the core flow. | ||
At runtime the Portal reads a JSON definition from the custom field ``SIDE_STEPS_TASK`` (task scope) or ``SIDE_STEPS_PROCESS`` (case scope), shows the available side steps in the task action menu and launches them either |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that custom fields SIDE_STEPS_TASK and SIDE_STEPS_PROCESS are not what we use, maybe sideStepsTask, sideStepCase, sideStepsProcess
|
||
#. Write the value to a custom field | ||
|
||
- For a single task: ``SIDE_STEPS_TASK`` on that task. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that custom fields SIDE_STEPS_TASK and SIDE_STEPS_PROCESS are not what we use, maybe sideStepsTask, sideStepCase, sideStepsProcess
|
||
#. Model the side-step process | ||
|
||
- Create a normal Ivy process that performs the additional work (for example “Add Comment”). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider remove text Ivy, or add the placeholder for text replacement Axon Ivy
@@ -163,6 +212,15 @@ Processes: | |||
#Zusammenfassung | |||
Antragssteller bekommt eine Zusammenfassung | |||
Ergebnis zur Kenntnis nehmen | |||
LeaveRequest: | |||
LeaveRequest: Leave Request | |||
LeaveRequestWithSideSteps: TODO Leave request with side step processes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Translate CMS, also other places
No description provided.