Skip to content

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

Open
wants to merge 6 commits into
base: release/12.0
Choose a base branch
from

Conversation

chnam-axonivy
Copy link
Contributor

No description provided.

@chnam-axonivy chnam-axonivy requested a review from a team as a code owner July 15, 2025 04:24
@chnam-axonivy chnam-axonivy added the feature New feature label Jul 15, 2025
@github-actions github-actions bot added the enhancement New feature or request label Jul 15, 2025
------------

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
Copy link
Collaborator

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.
Copy link
Collaborator

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”).
Copy link
Collaborator

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
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants