diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-11-13 14:46:42 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-11-13 14:46:42 +0700 |
| commit | a1f8abf5c5be6ad99eb21bff6b7a85b399e1b7c8 (patch) | |
| tree | 8ec2f0f88bb2080c90dc2cef7c918f9c167a8da2 /run_fulfillment_job.kjb | |
| parent | aa6502c689089f28514379b4fcff14a053d35024 (diff) | |
add success
Diffstat (limited to 'run_fulfillment_job.kjb')
| -rw-r--r-- | run_fulfillment_job.kjb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/run_fulfillment_job.kjb b/run_fulfillment_job.kjb index c9e8778..aa5cf73 100644 --- a/run_fulfillment_job.kjb +++ b/run_fulfillment_job.kjb @@ -425,6 +425,18 @@ <yloc>80</yloc> <attributes_kjc/> </entry> + <entry> + <name>Success</name> + <description/> + <type>SUCCESS</type> + <attributes/> + <parallel>N</parallel> + <draw>Y</draw> + <nr>0</nr> + <xloc>1008</xloc> + <yloc>80</yloc> + <attributes_kjc/> + </entry> </entries> <hops> <hop> @@ -454,6 +466,15 @@ <evaluation>Y</evaluation> <unconditional>N</unconditional> </hop> + <hop> + <from>collect fulfillment purchaser</from> + <to>Success</to> + <from_nr>0</from_nr> + <to_nr>0</to_nr> + <enabled>Y</enabled> + <evaluation>Y</evaluation> + <unconditional>N</unconditional> + </hop> </hops> <notepads> </notepads> |
