You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Args typically are serialized and deserialized using objarray-> and
args-> (defined in temporal.internal.utils) so that data-conversion can
transparently work with arbitrary data. Schedule should adhere to this
protocol and apply objarray-> on arguments so as to satisfy the args->
call when workflow is executed.
TODO: enhance UT to actually launch a workflow when base java library
adds proper schedule support to its "testing" framework.
Signed-off-by: Srinivasan Muralidharan <[email protected]>
0 commit comments