how to generate multiple SCTASK on the basis of response from last SCTASK

developersn
Tera Contributor

Here is the situation :

 

1. Post closed complete of first SCTASK - 1 , one YES/NO variable should be visible on SCTASK- 1.

2. If User selects YES, SCTASK-2 should be opened.

3. If User selects NO, SCTASK -3 should be opened.

 

On SCTASK-2, there should be one YES/No variable,

If yes, again one more similar to SCTASK-2 should be open, if no then SCTASK- 3 should open.

 

Requesting guidance on approach.

 

 

1 REPLY 1

Anand Kumar P
Giga Patron
Giga Patron

Hi @developersn ,

  1. Create workflow SCTASK-1 with a YES/NO option-Take if conditional activity .

  2. If YES, create SCTASK-2 with-Create Task activity in workflow a YES/NO option.

    • If YES again, create another SCTASK-2.
    • If NO, create SCTASK-3.
  3. If NO in SCTASK-1, create SCTASK-3.

That's a straightforward outline for your workflow. The key is to use YES/NO responses to determine whether to create more SCTASK-2 tasks or move to SCTASK-3 based on user input.

Please mark it as solution proposed and helpful if it works for you.

Thanks,

Anand