Hi,
I'm trying to trigger a workflow template from UX as an end user and it fails
See below
The context:
I've got my hands on Anaplan Workflow and testing some stuffs and it's suitability on our existing business processes.
We already have a Price approval process configured as a custom workflow driven by booleans and DCAs, I'm trying to port it to Anaplan native workflow and test it's suitability for us.
The approval workflow currently works of two dimensions, Price Request P1 and Users(since we've specific approvers configured per pricing group. A price request belongs to a group, and an approver is assigned based on the price group of the price request).
I've configured a simple workflow and synced the context to the workflow.
a simple machine task first to update the submit boolean against the Price request on which workflow is currently run and the next step is a decision tast whcih ultimately updates a approve? boolean on approve.
In all the workflow steps I've synced context to the workflow on both user and Price request dimension.
My understanding is that when I sync context to workflow and trigger it from UX, the selected context of the UX page at the time of triggering the workflow is passed as the context for workflow as well.
Going by this as per my Screenshot PR20256 Item should be my price request context and myself(user List) should be the user context, and I expect the workflow to run with this parameters.
But surprisingly it fails with a generic "Action failed please contact page builder" error.
What am I possibly missing here? is it the context configuration?
PS: when I trigger the same template from workflow console, it prompts me to select Price request and user context and when I do the workflow completes successfully,
Thanks in advance!