Provide list of Code Names (for Standard step) and its description of Advance Workflows

Ranapratap Bhopale asked on December 11, 2018 10:39

Provide list of Code Names and its description of Advance Workflows

Recent Answers


David te Kloese answered on December 11, 2018 14:54

Easiest would be to use SQL:

select * from cms_workflow where WorkflowType = 1 -- type 1 = Advanced

If you find your workflow use it's ID in the following query:

select StepDisplayName, StepName from CMS_WorkflowStep where StepWorkflowID = EnterYourIDHere

This will give you something like: Image Text

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.