Skip to main content
Solved

Empty space workflow

  • October 7, 2019
  • 5 replies
  • 139 views

Forum|alt.badge.img
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.

Best answer by Pratap Kumble

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
This topic has been closed for replies.

5 replies

Patrick
Administrator
Forum|alt.badge.img+6
  • Administrator
  • 54 replies
  • October 7, 2019
We are having a look @OlmoVerhagen, expect an answer the coming days.

Forum|alt.badge.img+2
  • Former AIMMSian
  • 63 replies
  • Answer
  • October 11, 2019
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

Forum|alt.badge.img
  • Author
  • AIMMS Partner
  • 15 replies
  • October 16, 2019

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


Forum|alt.badge.img
  • Author
  • AIMMS Partner
  • 15 replies
  • October 17, 2019

It’s working!


Patrick
Administrator
Forum|alt.badge.img+6
  • Administrator
  • 54 replies
  • October 17, 2019

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