Get property Arguments in the Workflow
Hi,
I'm implementing the interface WorkflowProcess and I need to recover the property "arguments" what i set in the my workflow (see image).
@ Override
public void execute (WorkItem WorkItem, WorkflowSession workflowSession, MetaDataMap metaDataMap) throws WorkflowException {
}
the examples I found on the internet no work.
Could someone help me?
Thank's in advanced