How to track workflow from being edit? | Community
Skip to main content
Level 2
April 30, 2021
Question

How to track workflow from being edit?

  • April 30, 2021
  • 2 replies
  • 2345 views

Hi Everyone,

I have some work policy to enforce some fields in the workflow properties after someone edit the workflow.

I try to use the XML tag <leave> and put it into xtk:workflow input form to check after someone edit the form but it is not working.

 

I'm not quite sure that I'm doing at the correct location or not.

Please suggest.

Thank you.

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

CedricRey
Level 5
May 4, 2021

Hello XyNaiz,

Yes, you can use the <leave> element on the xtk:workflow form.

If you wnat to force some fields to be set, use the <set> element :

<leave> <if expr="[/ignored/@type]='a'"> <set value="1" xpath="@myField"/> </if> <if expr="[/ignored/@type]='b'"> <set value="2" xpath="@myField"/> </if> </leave>

You can use this on container, subForm or at the end of the global form.

You can use temporary fields (not saved) with /tmp or /ignored elements.

Cédric

CedricRey
Level 5
May 11, 2021
Hi XyNaiz, I'm not expert on this but you can try to get a look at the nms:operation form maybe ? I know this one is the view of your operation, an the container with name="sc_workflow" seems to be the workflow view you're looking for (but I can be totaly wrong). Remember, you can use the leave tag on input, subform etc.
Sukrity_Wadhwa
Community Manager
Community Manager
May 17, 2021

Hi @naiyapornsm,

Were you able to resolve this query with the given solution or do you still need more help here? Do let us know.

Thanks!

Sukrity Wadhwa