Solved

Empty space workflow

  • 7 October 2019
  • 5 replies
  • 134 views

Userlevel 2
Badge
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.

icon

Best answer by Pratap Kumble 11 October 2019, 12:42

View original

This topic has been closed for comments

5 replies

Userlevel 4
Badge +6
We are having a look @OlmoVerhagen, expect an answer the coming days.
Userlevel 4
Badge +2
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
Userlevel 2
Badge

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

Userlevel 2
Badge

It’s working!

Userlevel 4
Badge +6

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