Hi,
I am trying to ID2LifecycleServices to implement a lifecycle functionality for an existing dfc policy solution. The solution also has workflow and autoactivities frequently promote and change state of documents inside workflow. I am going through the d2 and d2fs apis. and also cam across D2WorkflowLicecycle apis. I am confused. What could be the best way/api to use here and also the Id2LifecycleServices has methods with parameters
changeState(Context context, java.lang.String docId, java.lang.String targetState, java.lang.String event, java.lang.String operation, java.util.List<Attribute> parameters)
What are these different parameters. A sample code using these could be easy to understand.