Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Wexflow looks very promising, and we are considering using Wexflow in combination with a custom made app.

After the app starts a workflow using the API\startWithVariables and setting some local variables and/or settings, we would like the app to be able to retrieve all started jobs including the values of the local variables / settings of each job.
If I am correct, the current API\job returns the workflow definition, not the actual values of local variables / settings of the started workflow.

Is it possible to retrieve the local variables / settings of a job through the API?
If it's not possible to retrieve these values through the API, what would be the recommended way to retrieve these values?

Thanks!
Bart

What I have tried:

We have tried to set the values of local variables and settings by using the API\startWithVariables and then retrieving the jobs through API\job or API\jobs. However, we don't see the set values of the local variables through API\job or API\jobs.
Posted
Updated 18-May-20 1:32am
v2
Comments
Stefan_Lang 18-May-20 7:28am    
Maybe you should mention WexFlow in your topic title. That would greatly increase the chance to draw attention of someone who actually knows that product.

1 solution

You have the source code. If you can't find a way to do it, come up with a way to do it, and put it in the code.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900