How to use a workflow task step in a workflow. | Community
Skip to main content
saurabht6859641
Level 2
June 21, 2018

How to use a workflow task step in a workflow.

  • June 21, 2018
  • 2 replies
  • 1443 views

Hi All,

While creating a workflow i tried to add a workflow task step by following the steps given in Adobe Experience Manager Help | Developing Projects in AEM - Part 2  but it gave me the error into logs section marked below:

Error:

Caused by: com.adobe.granite.workflow.WorkflowException: Metadata must include project path property in property named: project.path

at com.adobe.cq.projects.impl.workflow.ProjectTaskWorkflowProcess.execute(ProjectTaskWorkflowProcess.java:129)

at com.adobe.granite.workflow.core.job.HandlerBase.executeProcess(HandlerBase.java:198).

Has anybody faced the same problem or has come up with a solution for this? Any leads would be really appreciated.

Thanks in Advance

Saurabh

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

2 replies

arunpatidar
Community Advisor
Community Advisor
June 21, 2018

Hi,

Could you please let us know exact task about  workflow task step .

From which section(Projects, Workflow) you've added from sidekick.

Thanks

Arun

Arun Patidar
saurabht6859641
Level 2
June 21, 2018

Hi Arun,

Thanks for your reply. I have added it from Create Project Task option .Please let me know if any further information will help more to resolve or analyse it better.

Thanks

Saurabh

arunpatidar
Community Advisor
Community Advisor
June 21, 2018

You can find same issue and resolution at below:

Workflow Launcher problem with project task workflow

Arun Patidar
Daniel_Gordon
Adobe Employee
Adobe Employee
June 21, 2018

Hi Saurabh, how are you launching the workflow? Are you kicking it off via the Projects UI > Add work? The Create Task step relies on workflow metadata properties. If the project path is not set you will receive that error.