Storing User input Value from Dynamic Participant Step And Using it for page activation | Community
Skip to main content
Level 2
March 14, 2018

Storing User input Value from Dynamic Participant Step And Using it for page activation

  • March 14, 2018
  • 2 replies
  • 4344 views

Hi,

I am developing a workflow for scheduled activation which have a dynamic participant step and it has a custom field for choosing the time for activation. How can I store the user specified time and then activate the page at that time.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Rima_Mittal
Level 4
March 14, 2018

Hi,

This requires using a Sling scheduler to start the activation job depending on the time entered via the workflow participant step.

Please refer CQ Scheduling Basics - Blog - 6D Global where it talks about the 'fireJobAt' method.

Also, to see how to read the values from dialog participant step, please refer Dialog Participant Step at Workflow Step Reference

Level 2
March 15, 2018

Can't It be done through workflow process step? I found this step somewhat easier Scheduled activation with workflows – Adobe AEM Club  but not sure how we will read the value of dialog in process step. Can you please give me some code reference?

smacdonald2008
Level 10
March 14, 2018

A Dynamic Participant Step dynamically assigns a given workflow task to a user.

To make this clear - please post a pic of your workflow model.

Level 2
March 15, 2018

In dialog participant Step I am assigning a participant as well as having a dialog of date picker. Participant assigned in this dialog step need to choose a date which will schedule the activation of the date provided by the participant.  Attaching the workflow model. In the second dynamic participant group I am adding a dialog.