Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
PLC Workflow configurable files
peterreyan
Hi All
We want to use PLC workflow for our project.It appear black box to me.If any one has any documents which can state which all files are configurable are if any one suggest how can we use it .This will be very helpful.
Find more posts tagged with
Comments
Crsb
I don't think there is a doc that completely describes and documents the OOTB PLC wf, but the workflow gets mentioned every now and then in the SP dev guide. What part of the workflow are you having trouble with? the only external config files I can think of are the livesite deployment configs but that comes in play only if you are trying to configure new target node. you can open the workflow using WFM client and browse around the tasks to understand what the workflow does, also check out the Job variables and task variables.
dobrien
If you use the workflow modeler application, you can almost trivially see every step in the workflow. There are a lot of steps because it can do a lot of stuff.
peterreyan
Thanks all.
I have initaited the workflow, But at the time of deploy task ,it got stuck.
As i am not able to find where should we give the deployemnt configuration entry.
Getting the below error
2011-02-01 03:16:54,614 ERROR com.interwoven.livesite.csf.access.web.service.impl.AccessServiceWebService - startService: unable to start service; make sure that the OpenDeploy CSF AccessService is running and correctly configured.
Exception in thread "pool-1-thread-1" java.lang.RuntimeException: Could not retrieve AccessService context from session or credentials; make sure the proxy user credentials are correct.
UserName: livesod
UserRole: od-admin
Locale: en
at com.interwoven.livesite.deployment.impl.DeploymentRunner.run(DeploymentRunner.java:173)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.RuntimeException: Could not retrieve AccessService context from session or credentials; make sure the proxy user credentials are correct.
RonaldV
make sure that the OpenDeploy CSF AccessService is running and correctly configured.
Well, is this service running? The default http-port for this is 12973. So you migth try this in a browser.