Hi,
I would like to get some conceptual input on how to handle the different job states and how a switchclient user can make use of it.
I thought to use the jobstate filed and to populate it always with the relevant state of the flow.
I was not able to see this state at the switchclient - not mentioning sorting according to and so on.
How do I inform a user who gets a job on a checkpoint what she has to do (erro/ action)?
I assume you all did this already and I would be very happy to get some conceptual advice,
Thanks
Ariel
Handling job states
Handling job states
The JobState should show up on the Switch client. For example, if you're in table view, you can add the "State" column to see it.
When in "Large Card View" you can view defined metadata fields (part of the check point setting).
Does that help answer your question?
When in "Large Card View" you can view defined metadata fields (part of the check point setting).
Does that help answer your question?
Chat: open-automation @ gitter
Code: open-automation & dominickp @ GitHub
Tools: Switch, Pitstop, EPMS, Veracore, PageDNA, SmartStream, Metrix
Code: open-automation & dominickp @ GitHub
Tools: Switch, Pitstop, EPMS, Veracore, PageDNA, SmartStream, Metrix
-
- TOP CONTRIBUTOR
- Posts: 628
- Joined: Mon Nov 29, 2010 8:45 pm
- Location: Alpharetta GA USA
- Contact:
Handling job states
ArielRauch wrote: I thought to use the jobstate filed and to populate it always with the relevant state of the flow.
I was not able to see this state at the switchclient - not mentioning sorting according to and so on.
You'd think so but JobState is just another variable. Switch doesn't use it for anything. Your flow and scripts can set/get it with any values.
I was not able to see this state at the switchclient - not mentioning sorting according to and so on.
You'd think so but JobState is just another variable. Switch doesn't use it for anything. Your flow and scripts can set/get it with any values.
-
- Advanced member
- Posts: 230
- Joined: Thu Aug 07, 2014 10:04 am
Handling job states
Definitely helps me, thank you Dwight!