Skip to main content
Is it possible to create some empty space in the workflow panel?

I want to put the "result" page at the bottom of the workflow.



We are having a look @OlmoVerhagen, expect an answer the coming days.
Hi @OlmoVerhagen,



You can achieve this with Custom CSS.




  1. Create a page, lets say Workflow Step Hidden, in the page manager.
  2. Hide the page from the navigation via the Visibility option.
  3. In the string parameter you use to define the steps, create some steps with only data filled for the pageId = workflow_step_hidden and workflowPageState = Inactive
  4. Create a Custom CSS file and add the below code to the file:
code:
.workflow-panel .step-item[data-page-id="workflow_step_hidden"] {
visibility: hidden;
}




Data would look like:





You should see the following result:





Please let me know if this worked.



Thanks,

Pratap

Thanks for your answer! WIll test in next week :)


It’s working!


Would love to see the result one day @OlmoVerhagen!

 


Didn't find what you were looking for? Try searching on our documentation pages:

AIMMS Developer & PRO | AIMMS How-To | AIMMS SC Navigator