Hello ,
While i was going through D2 4.1 API i came across a couple of methods in com.emc.d2fs.interfaces Interface IWorkflowService for launching workflow
1)
launchScheduledWorkflow(Context context, java.lang.String id)
Launch a scheduled workflow.
2)
so what is difference between Scheduled workflow and Normal workflow , and in case if we use 2nd method ie.
launchWorkflow(Context context, java.util.List<Attribute> parameters)
Launch document into workflow
what are the parameters do we need to have in the java.util.List