Actions
At the end of a transition, the workflow object is passed as a context object. To open another object context after executing a transition without performing another action, you can reference or create the following components in the Actions attribute of a transition:
-
Macro actions: Macros, in conjunction with the Aeneis API, allow you to add functionality to the workflow that is not natively supported.
-
Set view button: With a Set view button you can jump directly to a defined portal view and see it after the execution of the transition.
-
Set object button: With a Set object button you can directly open and see a defined object after the execution of the transition.
Example:
-
You can use a macro action to reference or main the current workflow object with another model object, depending on the use case.
-
Macro actions allow you to search for specific conditions in the workflow object and then change properties of other model objects.