Trace:
Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
workflow:server:start_workflow [2020/06/12 14:57] cduncan Edited for English grammar (capitalization, punctuation, correct verb conjugation) |
workflow:server:start_workflow [2020/06/15 10:25] (current) cduncan |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ~~NOTRANS~~ | ~~NOTRANS~~ | ||
| - | ~~Title: Start Workflow on Server-Side~~ | + | ~~Title: Start Workflow on Server Side~~ |
| - | If you want to start a specific workflow on server-side in an [[jvx:server:lco:actions_in_objects|action]] of your [[jvx:server:lco:lifecycle|life-cycle object]], it's straight forward. Simply use the workflow access object and call one method: | + | If you want to start a specific workflow on server side in an [[jvx:server:lco:actions_in_objects|action]] of your [[jvx:server:lco:lifecycle|life-cycle object]], it's straight forward. Simply use the workflow access object and call one method: |
| <code java> | <code java> | ||
| Line 8: | Line 8: | ||
| </code> | </code> | ||
| - | Ve careful if you run above code outside the life cycle scope because | + | Be careful if you run above code outside the life cycle scope because |
| <code java> | <code java> | ||
